CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - K-means cluster

搜索资源列表

  1. CART

    0下载:
  2. 数据挖掘算法,K-means聚类算法源代码,用于聚类分析-data mining algorithms, K-means clustering algorithm source code for the cluster analysis
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1828
    • 提供者:sah
  1. fuzzy_k_means

    0下载:
  2. 数据挖掘算法,fuzzy-K-means聚类算法源代码,用于模糊聚类分析-data mining algorithms, fuzzy-K-means clustering algorithm source code for Fuzzy Cluster Analysis
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1180
    • 提供者:sah
  1. KMEANS01

    0下载:
  2. This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers u
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:64543
    • 提供者:赵丁香
  1. FUZZCLUST

    0下载:
  2. 里面是一些大家很可能常用到的聚类分析方法有像K均值等分析法,希望能为大家提供一些帮助。-There is probably some people used to the cluster analysis methods such as K-means analysis, We hope to provide some help.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:7778
    • 提供者:小白
  1. KMEANS

    0下载:
  2. The KMEANSprogram accepts input consisting of vectors and calculates the givennumber of cluster centers using the K-means algorithm. Output isdirected to the screen.-The KMEANSprogram accepts input consisti Vi of vectors and calculates the givennumbe
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:9098
    • 提供者:天缘
  1. fdfsfsfsfsfs

    0下载:
  2. 人工选择聚类中心,用k-means聚类方法对图像进行分割,效果不错的-artificial selection cluster center, k-means clustering method for image segmentation, the good results
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3583
    • 提供者:gggg
  1. Cluster

    1下载:
  2. 机器学习和数据挖掘中常用的K-means聚类算法,包含两个文件,kmeans.py是Python实现代码,bank-data.csv是测试数据-Machine learning and data mining commonly used K-means clustering algorithm contains two files, kmeans.py is a Python implementation code, bank-data.csv test data
  3. 所属分类:Data Mining

    • 发布日期:2017-05-04
    • 文件大小:8975
    • 提供者:wangwendao
  1. Kmeans-Cluster

    1下载:
  2. K means Clustering Algorithm on VBA
  3. 所属分类:transportation applications

    • 发布日期:2017-05-05
    • 文件大小:59502
    • 提供者:JSJ
  1. K_means

    0下载:
  2. K-Means算法是一种 cluster analysis 的算法,其主要是来计算数据聚集的算法,主要通过不断地取离种子点最近均值的算法-K-Means cluster analysis
  3. 所属分类:Special Effects

    • 发布日期:2017-12-14
    • 文件大小:1860750
    • 提供者:Jeff
  1. K-means_C

    0下载:
  2. 用K-means算法实现数据聚类。首先利用C随机产生800个数据,并将这800个数据作为一组训练样本;其次利用K-means的原理跟方法将这组样本聚类成8个类,从而实现数据的分类。-Data Clustering with K-means Algorithm. First, 800 data were randomly generated by C and the 800 data were used as a set of training samples. Secondly, the K-m
  3. 所属分类:Special Effects

    • 发布日期:2017-12-15
    • 文件大小:9216
    • 提供者:叶阳
  1. 99273863K-means-clustering-algorithm

    0下载:
  2. K-均值聚类算法。可自由输入初始聚类中心的个数和其坐标。(K- means clustering algorithm. The number of initial cluster centers and its coordinates can be freely entered.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-20
    • 文件大小:1024
    • 提供者:ggsdduman
  1. k-means_old-faithful-master

    0下载:
  2. k-means属于划分法的聚类算法,能够见数值样本按照一定的规律划分为用户指定的类别(The goal of the algorithm is to partition a given dataset into a user-specified number of clusters, k, and obtain the similarity between samples of the same cluster rather than the different clusters)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:5120
    • 提供者:宏超
  1. kmeans2

    0下载:
  2. 用于构建数据概要,用于分类、模式识别、假设生成和测试;用于异常检测,检测远离群簇的点。(Used to build data outlines for classification, pattern recognition, hypothesis generation and testing; for anomaly detection, detecting points away from the cluster.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-02
    • 文件大小:323584
    • 提供者:chengna1018
  1. cluster

    0下载:
  2. 快速搜索与发现密度峰值聚类方法来确定聚类中心(Clustering by fast search and find of density peaks)
  3. 所属分类:数据挖掘

    • 发布日期:2018-01-04
    • 文件大小:6172672
    • 提供者:radsky
  1. zolam

    0下载:
  2. KMEANS Trains a k means cluster model CENTRES KMEANS(CENTRES,()
  3. 所属分类:数据挖掘

    • 发布日期:2018-01-07
    • 文件大小:1024
    • 提供者:rrogzzms
  1. MeanShiftCluster

    0下载:
  2. 该算法实现了均值漂移聚类算法,在MATLAB平台下有很好的结果验证(MeanShiift Cluster, it improves the performance than tradional cluster algorithm, such k-means cluster algorithm.)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:2048
    • 提供者:xt-chong
  1. 7018267

    0下载:
  2. KMEANS Trains a k means cluster model CENTRES KMEANS(CENTRES,()
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-21
    • 文件大小:1024
    • 提供者:Abelit
  1. Cluster

    0下载:
  2. 常用聚类算法,包括k-means,k_mediods等(clustering algorithm)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-01
    • 文件大小:11264
    • 提供者:Yannic
  1. Untitledk

    0下载:
  2. k-means聚类分析,用于聚类分析算法,距离聚类(K-means cluster analysis)
  3. 所属分类:其他

    • 发布日期:2018-05-04
    • 文件大小:1024
    • 提供者:。11
  1. kmeans

    1下载:
  2. 利用k均值聚类算法对数据进行聚类分析(数据点通过随机生成)(Using k-means clustering algorithm to cluster data (data points are generated randomly))
  3. 所属分类:其他

    • 发布日期:2020-09-28
    • 文件大小:52224
    • 提供者:Ruby_Wang
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 15 »
搜珍网 www.dssz.com